Session7: Introduction to R Shiny

Sumeet Pal Singh
23 April, 2020

Notes by: Yura Song

Course Organization

Shiny Cheat Sheets (Quick Reference Manuals)

R Shiny: Share data with interactive websites!

Image

Start Shiny App

Image

Components of R Shiny

Image

Image

UI of Shiny App

Image

Server of Shiny App

Image

Server and UI crosstalk

Image

Server and UI crosstalk by IDs

Image

Communication between R Shiny UI and Server

Image

Histo App

Image

Minimum App

Image

Image

Basic Types of Inputs (Widgets)

Image

Basic Types of Outputs and Rendering Function

UI Image

Server Image

Thank you for your attention

  • Keep practicing
  • Don't be afraid to Google / ask when you get stuck

Image

References:
Image panels from Shiny Tutorial by RStudio